Make gpsdevice_{ser,usb} play nicer with C++ headers.
authorrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 27 Jan 2013 21:53:42 +0000 (21:53 +0000)
committerrobertlipe@gmail.com <robertlipe@gmail.com@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Sun, 27 Jan 2013 21:53:42 +0000 (21:53 +0000)
git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4263 f51c46e8-681c-474f-0cfe-069cfd0219fb

gpsbabel/jeeps/gpsdevice_ser.cc
gpsbabel/jeeps/gpsdevice_usb.cc

index bea30926d202e4d1e56fb768d30017a17e2d290a..317db200d3d1812c4d72b310334ef22b6d23d852 100644 (file)
@@ -19,6 +19,7 @@
 
  */
 
+#include "gps.h"
 #include "gpsdevice.h"
 #include "gpsserial.h"
 #include "gpsread.h"
index a9a9c9f8bf67de44beca8312cef951cb4720346c..b7afe49550625e40ce80bf0f5093d9a344ebb9a3 100644 (file)
@@ -19,6 +19,7 @@
 
  */
 
+#include "gps.h"
 #include "gpsdevice.h"
 #include "garminusb.h"
 #include "gpsusbint.h"